For further information on integer division , see 有关整数除法的详细信息,请参见
The following example demonstrates integer division 下面的示例演示如何进行整除。
Integer division truncates towards zero 整数除法向零截断。
Integer division by zero always throws a 整数被零除总是引发
Operator to perform integer division 运算符执行整数除法。
Integer division returns the quotient , that is , the integer that represents the number of times the divisor can divide into the dividend without consideration of any remainder 整除会返回商数,它是一个整数,表示在不考虑有余数的情况下,除数可以除被除数的次数。